home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / weather.dir / 00381.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  204 b   |  11 lines

  1. on exitFrame
  2.   global gSteps, gMore, gOnMove, gPos
  3.   set gSteps to 0
  4.   set gMore to 0
  5.   set gOnMove to 0
  6.   set gPos to "space1"
  7.   puppetSprite(28, 1)
  8.   set the visible of sprite 28 to 0
  9.   go("start")
  10. end
  11.